Html Css Color HEX #BBCA04 La Rioja

📋 copy color: '#BBCA04'

red 187 ◦ green 202 ◦ blue 4

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

Shades of La Rioja #BBCA04

Tints of La Rioja #BBCA04

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.4%

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

R = 47.58%
G = 51.4%
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

#BBCA04 (or 0xBBCA04) is known color: La Rioja. HEX triplet: BB, CA and 04. RGB value is (187,202,4). Sum of RGB (Red+Green+Blue) = 187+202+4=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 4 (1.95% from 255 or 1.02% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA04 is #4435FB. Grayscale: #AFAFAF. Windows color (decimal): -4470268 or 314043. OLE color: 314043.

HSL color Cylindrical-coordinate representation of color #BBCA04: hue angle of 64.55º 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 #BBCA04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 4 -
CMYK 0.07 0 0.98 0.21
HSL 64.55º 0.96% 0.4% -
HSV(B) 64.55º 0.98% 0.79% -
XYZ 41.64 52.81 8.11 -
YUV 174.94 31.53 136.6 -
System Red Green Blue C M Y K H S L
Decimal 187 202 4 0.07 0 0.98 0.21 64.55 0.96 0.4
Hex BB CA 4 7 0 62 15 41 60 28
Octal 273 312 4 7 0 142 25 101 140 50
Binary 10111011 11001010 100 111 0 1100010 10101 1000001 1100000 101000

Color Harmonies of #BBCA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA04

Black with #BBCA04

Text Example


Text Example

White with #BBCA04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA04; }

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

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

background-color css

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

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

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

border-color css

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

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

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