Html Css Color HEX #BBCA0A La Rioja

📋 copy color: '#BBCA0A'

red 187 ◦ green 202 ◦ blue 10

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

Shades of La Rioja #BBCA0A

Tints of La Rioja #BBCA0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.51%

R = 46.87%
G = 50.63%
B = 2.51%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#BBCA0A (or 0xBBCA0A) is known color: La Rioja. HEX triplet: BB, CA and 0A. RGB value is (187,202,10). Sum of RGB (Red+Green+Blue) = 187+202+10=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 10 (4.30% from 255 or 2.51% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA0A is #4435F5. Grayscale: #B0B0B0. Windows color (decimal): -4470262 or 707259. OLE color: 707259.

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

Color convert

RGB 187 202 10 -
CMYK 0.07 0 0.95 0.21
HSL 64.69º 0.91% 0.42% -
HSV(B) 64.69º 0.95% 0.79% -
XYZ 41.67 52.83 8.29 -
YUV 175.63 34.53 136.11 -
System Red Green Blue C M Y K H S L
Decimal 187 202 10 0.07 0 0.95 0.21 64.69 0.91 0.42
Hex BB CA A 7 0 5F 15 41 5B 2A
Octal 273 312 12 7 0 137 25 101 133 52
Binary 10111011 11001010 1010 111 0 1011111 10101 1000001 1011011 101010

Color Harmonies of #BBCA0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA0A

Black with #BBCA0A

Text Example


Text Example

White with #BBCA0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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