Html Css Color HEX #BBCA0F La Rioja

📋 copy color: '#BBCA0F'

red 187 ◦ green 202 ◦ blue 15

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

Shades of La Rioja #BBCA0F

Tints of La Rioja #BBCA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 46.29%
G = 50%
B = 3.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#BBCA0F (or 0xBBCA0F) is known color: La Rioja. HEX triplet: BB, CA and 0F. RGB value is (187,202,15). Sum of RGB (Red+Green+Blue) = 187+202+15=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 202 (79.30% from 255 or 50% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCA0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBCA0F is #4435F0. Grayscale: #B0B0B0. Windows color (decimal): -4470257 or 1034939. OLE color: 1034939.

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

Color convert

RGB 187 202 15 -
CMYK 0.07 0 0.93 0.21
HSL 64.81º 0.86% 0.43% -
HSV(B) 64.81º 0.93% 0.79% -
XYZ 41.7 52.84 8.45 -
YUV 176.2 37.03 135.71 -
System Red Green Blue C M Y K H S L
Decimal 187 202 15 0.07 0 0.93 0.21 64.81 0.86 0.43
Hex BB CA F 7 0 5D 15 41 56 2B
Octal 273 312 17 7 0 135 25 101 126 53
Binary 10111011 11001010 1111 111 0 1011101 10101 1000001 1010110 101011

Color Harmonies of #BBCA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCA0F

Black with #BBCA0F

Text Example


Text Example

White with #BBCA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCA0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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