Html Css Color HEX #BCCB18 Rio Grande

📋 copy color: '#BCCB18'

red 188 ◦ green 203 ◦ blue 24

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

Shades of Rio Grande #BCCB18

Tints of Rio Grande #BCCB18

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

 BLUE value IS 24 (9.77% from 255) = 5.78%

R = 45.3%
G = 48.92%
B = 5.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#BCCB18 (or 0xBCCB18) is known color: Rio Grande. HEX triplet: BC, CB and 18. RGB value is (188,203,24). Sum of RGB (Red+Green+Blue) = 188+203+24=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 24 (9.77% from 255 or 5.78% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB18 is #4334E7. Grayscale: #B2B2B2. Windows color (decimal): -4404456 or 1625020. OLE color: 1625020.

HSL color Cylindrical-coordinate representation of color #BCCB18: hue angle of 65.03º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCCB18 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 24 -
CMYK 0.07 0 0.88 0.20
HSL 65.03º 0.79% 0.45% -
HSV(B) 65.03º 0.88% 0.8% -
XYZ 42.26 53.47 8.96 -
YUV 178.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 188 203 24 0.07 0 0.88 0.20 65.03 0.79 0.45
Hex BC CB 18 7 0 58 14 41 4F 2D
Octal 274 313 30 7 0 130 24 101 117 55
Binary 10111100 11001011 11000 111 0 1011000 10100 1000001 1001111 101101

Color Harmonies of #BCCB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB18

Black with #BCCB18

Text Example


Text Example

White with #BCCB18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB18; }

 p { color: rgb(188,203,24); }

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

background-color css

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

 a { background-color: rgb(188,203,24); }

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

border-color css

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

 span { border-color: rgb(188,203,24); }

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