Html Css Color HEX #BBCC04 La Rioja

📋 copy color: '#BBCC04'

red 187 ◦ green 204 ◦ blue 4

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

Shades of La Rioja #BBCC04

Tints of La Rioja #BBCC04

RGB

 RED value IS 187 (73.44% from 255) = 47.34%

 GREEN value IS 204 (80.08% from 255) = 51.65%

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 47.34%
G = 51.65%
B = 1.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#BBCC04 (or 0xBBCC04) is known color: La Rioja. HEX triplet: BB, CC and 04. RGB value is (187,204,4). Sum of RGB (Red+Green+Blue) = 187+204+4=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 4 (1.95% from 255 or 1.01% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC04 is #4433FB. Grayscale: #B0B0B0. Windows color (decimal): -4469756 or 314555. OLE color: 314555.

HSL color Cylindrical-coordinate representation of color #BBCC04: hue angle of 65.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBCC04 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 4 -
CMYK 0.08 0 0.98 0.2
HSL 65.1º 0.96% 0.41% -
HSV(B) 65.1º 0.98% 0.8% -
XYZ 42.11 53.76 8.27 -
YUV 176.12 30.87 135.76 -
System Red Green Blue C M Y K H S L
Decimal 187 204 4 0.08 0 0.98 0.2 65.1 0.96 0.41
Hex BB CC 4 8 0 62 14 41 60 29
Octal 273 314 4 10 0 142 24 101 140 51
Binary 10111011 11001100 100 1000 0 1100010 10100 1000001 1100000 101001

Color Harmonies of #BBCC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC04

Black with #BBCC04

Text Example


Text Example

White with #BBCC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC04; }

 p { color: rgb(187,204,4); }

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

background-color css

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

 a { background-color: rgb(187,204,4); }

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

border-color css

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

 span { border-color: rgb(187,204,4); }

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