Html Css Color HEX #BCCB14 Rio Grande

📋 copy color: '#BCCB14'

red 188 ◦ green 203 ◦ blue 20

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

Shades of Rio Grande #BCCB14

Tints of Rio Grande #BCCB14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 45.74%
G = 49.39%
B = 4.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.20

RGB Variations

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

Color information

#BCCB14 (or 0xBCCB14) is known color: Rio Grande. HEX triplet: BC, CB and 14. RGB value is (188,203,20). Sum of RGB (Red+Green+Blue) = 188+203+20=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB14 is #4334EB. Grayscale: #B2B2B2. Windows color (decimal): -4404460 or 1362876. OLE color: 1362876.

HSL color Cylindrical-coordinate representation of color #BCCB14: hue angle of 64.92º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BCCB14 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 20 -
CMYK 0.07 0 0.90 0.20
HSL 64.92º 0.82% 0.44% -
HSV(B) 64.92º 0.9% 0.8% -
XYZ 42.22 53.45 8.75 -
YUV 177.65 39.03 135.38 -
System Red Green Blue C M Y K H S L
Decimal 188 203 20 0.07 0 0.90 0.20 64.92 0.82 0.44
Hex BC CB 14 7 0 5A 14 41 52 2C
Octal 274 313 24 7 0 132 24 101 122 54
Binary 10111100 11001011 10100 111 0 1011010 10100 1000001 1010010 101100

Color Harmonies of #BCCB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB14

Black with #BCCB14

Text Example


Text Example

White with #BCCB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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