Html Css Color HEX #BBD304 La Rioja

📋 copy color: '#BBD304'

red 187 ◦ green 211 ◦ blue 4

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

Shades of La Rioja #BBD304

Tints of La Rioja #BBD304

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

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

R = 46.52%
G = 52.49%
B = 1%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BBD304 (or 0xBBD304) is known color: La Rioja. HEX triplet: BB, D3 and 04. RGB value is (187,211,4). Sum of RGB (Red+Green+Blue) = 187+211+4=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBD304 is #442CFB. Grayscale: #B5B5B5. Windows color (decimal): -4467964 or 316347. OLE color: 316347.

HSL color Cylindrical-coordinate representation of color #BBD304: hue angle of 66.96º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BBD304 is Cyan = 0.11, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 187 211 4 -
CMYK 0.11 0 0.98 0.17
HSL 66.96º 0.96% 0.42% -
HSV(B) 66.96º 0.98% 0.83% -
XYZ 43.81 57.16 8.84 -
YUV 180.23 28.55 132.83 -
System Red Green Blue C M Y K H S L
Decimal 187 211 4 0.11 0 0.98 0.17 66.96 0.96 0.42
Hex BB D3 4 B 0 62 11 43 60 2A
Octal 273 323 4 13 0 142 21 103 140 52
Binary 10111011 11010011 100 1011 0 1100010 10001 1000011 1100000 101010

Color Harmonies of #BBD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBD304

Black with #BBD304

Text Example


Text Example

White with #BBD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBD304; }

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

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

background-color css

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

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

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

border-color css

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

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

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