Html Css Color HEX #BBC904 La Rioja

📋 copy color: '#BBC904'

red 187 ◦ green 201 ◦ blue 4

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

Shades of La Rioja #BBC904

Tints of La Rioja #BBC904

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.28%

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

R = 47.7%
G = 51.28%
B = 1.02%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.21

RGB Variations

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

Color information

#BBC904 (or 0xBBC904) is known color: La Rioja. HEX triplet: BB, C9 and 04. RGB value is (187,201,4). Sum of RGB (Red+Green+Blue) = 187+201+4=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #BBC904 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC904 is #4436FB. Grayscale: #AFAFAF. Windows color (decimal): -4470524 or 313787. OLE color: 313787.

HSL color Cylindrical-coordinate representation of color #BBC904: hue angle of 64.26º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBC904 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 201 4 -
CMYK 0.07 0 0.98 0.21
HSL 64.26º 0.96% 0.4% -
HSV(B) 64.26º 0.98% 0.79% -
XYZ 41.4 52.35 8.04 -
YUV 174.36 31.86 137.02 -
System Red Green Blue C M Y K H S L
Decimal 187 201 4 0.07 0 0.98 0.21 64.26 0.96 0.4
Hex BB C9 4 7 0 62 15 40 60 28
Octal 273 311 4 7 0 142 25 100 140 50
Binary 10111011 11001001 100 111 0 1100010 10101 1000000 1100000 101000

Color Harmonies of #BBC904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC904

Black with #BBC904

Text Example


Text Example

White with #BBC904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC904; }

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

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

background-color css

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

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

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

border-color css

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

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

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