Html Css Color HEX #BBCC05 La Rioja

📋 copy color: '#BBCC05'

red 187 ◦ green 204 ◦ blue 5

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

Shades of La Rioja #BBCC05

Tints of La Rioja #BBCC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 47.22%
G = 51.52%
B = 1.26%

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

#BBCC05 (or 0xBBCC05) is known color: La Rioja. HEX triplet: BB, CC and 05. RGB value is (187,204,5). Sum of RGB (Red+Green+Blue) = 187+204+5=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 5 (2.34% from 255 or 1.26% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCC05 is #4433FA. Grayscale: #B1B1B1. Windows color (decimal): -4469755 or 380091. OLE color: 380091.

HSL color Cylindrical-coordinate representation of color #BBCC05: hue angle of 65.13º degrees, saturation: 0.95, 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 #BBCC05 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 187 204 5 -
CMYK 0.08 0 0.98 0.2
HSL 65.13º 0.95% 0.41% -
HSV(B) 65.13º 0.98% 0.8% -
XYZ 42.11 53.76 8.3 -
YUV 176.23 31.37 135.68 -
System Red Green Blue C M Y K H S L
Decimal 187 204 5 0.08 0 0.98 0.2 65.13 0.95 0.41
Hex BB CC 5 8 0 62 14 41 5F 29
Octal 273 314 5 10 0 142 24 101 137 51
Binary 10111011 11001100 101 1000 0 1100010 10100 1000001 1011111 101001

Color Harmonies of #BBCC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCC05

Black with #BBCC05

Text Example


Text Example

White with #BBCC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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