Html Css Color HEX #BCCB15 Rio Grande

📋 copy color: '#BCCB15'

red 188 ◦ green 203 ◦ blue 21

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

Shades of Rio Grande #BCCB15

Tints of Rio Grande #BCCB15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 45.63%
G = 49.27%
B = 5.1%

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

#BCCB15 (or 0xBCCB15) is known color: Rio Grande. HEX triplet: BC, CB and 15. RGB value is (188,203,21). Sum of RGB (Red+Green+Blue) = 188+203+21=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 203 (79.69% from 255 or 49.27% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB15 is #4334EA. Grayscale: #B2B2B2. Windows color (decimal): -4404459 or 1428412. OLE color: 1428412.

HSL color Cylindrical-coordinate representation of color #BCCB15: hue angle of 64.95º degrees, saturation: 0.81, 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 #BCCB15 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 203 21 -
CMYK 0.07 0 0.90 0.20
HSL 64.95º 0.81% 0.44% -
HSV(B) 64.95º 0.9% 0.8% -
XYZ 42.23 53.46 8.8 -
YUV 177.77 39.53 135.3 -
System Red Green Blue C M Y K H S L
Decimal 188 203 21 0.07 0 0.90 0.20 64.95 0.81 0.44
Hex BC CB 15 7 0 5A 14 41 51 2C
Octal 274 313 25 7 0 132 24 101 121 54
Binary 10111100 11001011 10101 111 0 1011010 10100 1000001 1010001 101100

Color Harmonies of #BCCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB15

Black with #BCCB15

Text Example


Text Example

White with #BCCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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