Html Css Color HEX #BBC205 La Rioja

📋 copy color: '#BBC205'

red 187 ◦ green 194 ◦ blue 5

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

Shades of La Rioja #BBC205

Tints of La Rioja #BBC205

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

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

R = 48.45%
G = 50.26%
B = 1.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BBC205 (or 0xBBC205) is known color: La Rioja. HEX triplet: BB, C2 and 05. RGB value is (187,194,5). Sum of RGB (Red+Green+Blue) = 187+194+5=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 5 (2.34% from 255 or 1.30% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC205 is #443DFA. Grayscale: #ABABAB. Windows color (decimal): -4472315 or 377531. OLE color: 377531.

HSL color Cylindrical-coordinate representation of color #BBC205: hue angle of 62.22º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BBC205 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 194 5 -
CMYK 0.04 0 0.97 0.24
HSL 62.22º 0.95% 0.39% -
HSV(B) 62.22º 0.97% 0.76% -
XYZ 39.81 49.16 7.53 -
YUV 170.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 187 194 5 0.04 0 0.97 0.24 62.22 0.95 0.39
Hex BB C2 5 4 0 61 18 3E 5F 27
Octal 273 302 5 4 0 141 30 76 137 47
Binary 10111011 11000010 101 100 0 1100001 11000 111110 1011111 100111

Color Harmonies of #BBC205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC205

Black with #BBC205

Text Example


Text Example

White with #BBC205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC205; }

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

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

background-color css

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

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

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

border-color css

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

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

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