Html Css Color HEX #BCCB03 La Rioja

📋 copy color: '#BCCB03'

red 188 ◦ green 203 ◦ blue 3

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

Shades of La Rioja #BCCB03

Tints of La Rioja #BCCB03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 47.72%
G = 51.52%
B = 0.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.20

RGB Variations

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

Color information

#BCCB03 (or 0xBCCB03) is known color: La Rioja. HEX triplet: BC, CB and 03. RGB value is (188,203,3). Sum of RGB (Red+Green+Blue) = 188+203+3=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 3 (1.56% from 255 or 0.76% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCB03 is #4334FC. Grayscale: #B0B0B0. Windows color (decimal): -4404477 or 248764. OLE color: 248764.

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

Color convert

RGB 188 203 3 -
CMYK 0.07 0 0.99 0.20
HSL 64.5º 0.97% 0.4% -
HSV(B) 64.5º 0.99% 0.8% -
XYZ 42.11 53.41 8.18 -
YUV 175.72 30.53 136.76 -
System Red Green Blue C M Y K H S L
Decimal 188 203 3 0.07 0 0.99 0.20 64.5 0.97 0.4
Hex BC CB 3 7 0 63 14 40 61 28
Octal 274 313 3 7 0 143 24 100 141 50
Binary 10111100 11001011 11 111 0 1100011 10100 1000000 1100001 101000

Color Harmonies of #BCCB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCB03

Black with #BCCB03

Text Example


Text Example

White with #BCCB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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