Html Css Color HEX #BCC024 Rio Grande

📋 copy color: '#BCC024'

red 188 ◦ green 192 ◦ blue 36

#BCC024
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #BCC024

Tints of Rio Grande #BCC024

RGB

 RED value IS 188 (73.83% from 255) = 45.19%

 GREEN value IS 192 (75.39% from 255) = 46.15%

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 45.19%
G = 46.15%
B = 8.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCC024 (or 0xBCC024) is known color: Rio Grande. HEX triplet: BC, C0 and 24. RGB value is (188,192,36). Sum of RGB (Red+Green+Blue) = 188+192+36=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC024 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC024 is #433FDB. Grayscale: #ADADAD. Windows color (decimal): -4407260 or 2408636. OLE color: 2408636.

HSL color Cylindrical-coordinate representation of color #BCC024: hue angle of 61.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCC024 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 36 -
CMYK 0.02 0 0.81 0.25
HSL 61.54º 0.68% 0.45% -
HSV(B) 61.54º 0.81% 0.75% -
XYZ 39.91 48.52 8.93 -
YUV 173.02 50.67 138.68 -
System Red Green Blue C M Y K H S L
Decimal 188 192 36 0.02 0 0.81 0.25 61.54 0.68 0.45
Hex BC C0 24 2 0 51 19 3E 44 2D
Octal 274 300 44 2 0 121 31 76 104 55
Binary 10111100 11000000 100100 10 0 1010001 11001 111110 1000100 101101

Color Harmonies of #BCC024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC024

Black with #BCC024

Text Example


Text Example

White with #BCC024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC024; }

 p { color: rgb(188,192,36); }

 H1.HeaderClassName
 {
   color: #BCC024;
 }
 .AnyTagClassName
 {
   color: #BCC024;
 }
</style>

background-color css

<style>
 a { background-color: #BCC024; }

 a { background-color: rgb(188,192,36); }

 div.DivClassName
 {
   background-color: #BCC024;
 }
 .BgClassName
 {
   background-color: #BCC024;
 }
</style>

border-color css

<style>
 span { border-color: #BCC024; }

 span { border-color: rgb(188,192,36); }

 td.TdClassName
 {
   border-color: #BCC024;
 }
 .TagClassName
 {
   border-color: #BCC024;
 }
</style>