Html Css Color HEX #BBC104 La Rioja

📋 copy color: '#BBC104'

red 187 ◦ green 193 ◦ blue 4

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

Shades of La Rioja #BBC104

Tints of La Rioja #BBC104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50.26%

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

R = 48.7%
G = 50.26%
B = 1.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BBC104 (or 0xBBC104) is known color: La Rioja. HEX triplet: BB, C1 and 04. RGB value is (187,193,4). Sum of RGB (Red+Green+Blue) = 187+193+4=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 193 (75.78% from 255 or 50.26% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC104 is #443EFB. Grayscale: #AAAAAA. Windows color (decimal): -4472572 or 311739. OLE color: 311739.

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

Color convert

RGB 187 193 4 -
CMYK 0.03 0 0.98 0.24
HSL 61.9º 0.96% 0.39% -
HSV(B) 61.9º 0.98% 0.76% -
XYZ 39.59 48.71 7.43 -
YUV 169.66 34.51 140.37 -
System Red Green Blue C M Y K H S L
Decimal 187 193 4 0.03 0 0.98 0.24 61.9 0.96 0.39
Hex BB C1 4 3 0 62 18 3E 60 27
Octal 273 301 4 3 0 142 30 76 140 47
Binary 10111011 11000001 100 11 0 1100010 11000 111110 1100000 100111

Color Harmonies of #BBC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC104

Black with #BBC104

Text Example


Text Example

White with #BBC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC104; }

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

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

background-color css

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

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

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

border-color css

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

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

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