Html Css Color HEX #BBBC05 La Rioja

📋 copy color: '#BBBC05'

red 187 ◦ green 188 ◦ blue 5

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

Shades of La Rioja #BBBC05

Tints of La Rioja #BBBC05

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.47%

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

R = 49.21%
G = 49.47%
B = 1.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BBBC05 (or 0xBBBC05) is known color: La Rioja. HEX triplet: BB, BC and 05. RGB value is (187,188,5). Sum of RGB (Red+Green+Blue) = 187+188+5=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 188 (73.83% from 255 or 49.47% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBC05 is #4443FA. Grayscale: #A7A7A7. Windows color (decimal): -4473851 or 375995. OLE color: 375995.

HSL color Cylindrical-coordinate representation of color #BBBC05: hue angle of 60.33º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBBC05 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB 187 188 5 -
CMYK 0.01 0 0.97 0.26
HSL 60.33º 0.95% 0.38% -
HSV(B) 60.33º 0.97% 0.74% -
XYZ 38.5 46.54 7.1 -
YUV 166.84 36.67 142.38 -
System Red Green Blue C M Y K H S L
Decimal 187 188 5 0.01 0 0.97 0.26 60.33 0.95 0.38
Hex BB BC 5 1 0 61 1A 3C 5F 26
Octal 273 274 5 1 0 141 32 74 137 46
Binary 10111011 10111100 101 1 0 1100001 11010 111100 1011111 100110

Color Harmonies of #BBBC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBC05

Black with #BBBC05

Text Example


Text Example

White with #BBBC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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