Html Css Color HEX #BBC70A La Rioja

📋 copy color: '#BBC70A'

red 187 ◦ green 199 ◦ blue 10

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

Shades of La Rioja #BBC70A

Tints of La Rioja #BBC70A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.25%

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

R = 47.22%
G = 50.25%
B = 2.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.22

RGB Variations

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

Color information

#BBC70A (or 0xBBC70A) is known color: La Rioja. HEX triplet: BB, C7 and 0A. RGB value is (187,199,10). Sum of RGB (Red+Green+Blue) = 187+199+10=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 199 (78.12% from 255 or 50.25% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 199 - color contains mainly: green. Hex color #BBC70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBC70A is #4438F5. Grayscale: #AEAEAE. Windows color (decimal): -4471030 or 706491. OLE color: 706491.

HSL color Cylindrical-coordinate representation of color #BBC70A: hue angle of 63.81º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BBC70A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.

Color convert

RGB 187 199 10 -
CMYK 0.06 0 0.95 0.22
HSL 63.81º 0.9% 0.41% -
HSV(B) 63.81º 0.95% 0.78% -
XYZ 40.97 51.43 8.06 -
YUV 173.87 35.52 137.37 -
System Red Green Blue C M Y K H S L
Decimal 187 199 10 0.06 0 0.95 0.22 63.81 0.9 0.41
Hex BB C7 A 6 0 5F 16 40 5A 29
Octal 273 307 12 6 0 137 26 100 132 51
Binary 10111011 11000111 1010 110 0 1011111 10110 1000000 1011010 101001

Color Harmonies of #BBC70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC70A

Black with #BBC70A

Text Example


Text Example

White with #BBC70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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