Html Css Color HEX #BCCB10 La Rioja

📋 copy color: '#BCCB10'

red 188 ◦ green 203 ◦ blue 16

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

Shades of La Rioja #BCCB10

Tints of La Rioja #BCCB10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 46.19%
G = 49.88%
B = 3.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#BCCB10 (or 0xBCCB10) is known color: La Rioja. HEX triplet: BC, CB and 10. RGB value is (188,203,16). Sum of RGB (Red+Green+Blue) = 188+203+16=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 203 (79.69% from 255 or 49.88% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB10 is #4334EF. Grayscale: #B1B1B1. Windows color (decimal): -4404464 or 1100732. OLE color: 1100732.

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

Color convert

RGB 188 203 16 -
CMYK 0.07 0 0.92 0.20
HSL 64.81º 0.85% 0.43% -
HSV(B) 64.81º 0.92% 0.8% -
XYZ 42.19 53.44 8.58 -
YUV 177.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 188 203 16 0.07 0 0.92 0.20 64.81 0.85 0.43
Hex BC CB 10 7 0 5C 14 41 55 2B
Octal 274 313 20 7 0 134 24 101 125 53
Binary 10111100 11001011 10000 111 0 1011100 10100 1000001 1010101 101011

Color Harmonies of #BCCB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB10

Black with #BCCB10

Text Example


Text Example

White with #BCCB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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