Html Css Color HEX #B2B70F La Rioja

📋 copy color: '#B2B70F'

red 178 ◦ green 183 ◦ blue 15

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

Shades of La Rioja #B2B70F

Tints of La Rioja #B2B70F

RGB

 RED value IS 178 (69.92% from 255) = 47.34%

 GREEN value IS 183 (71.88% from 255) = 48.67%

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

R = 47.34%
G = 48.67%
B = 3.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B2B70F (or 0xB2B70F) is known color: La Rioja. HEX triplet: B2, B7 and 0F. RGB value is (178,183,15). Sum of RGB (Red+Green+Blue) = 178+183+15=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 183 (71.88% from 255 or 48.67% from 376); Blue value is 15 (6.25% from 255 or 3.99% from 376); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B70F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2B70F is #4D48F0. Grayscale: #A3A3A3. Windows color (decimal): -5064945 or 1030066. OLE color: 1030066.

HSL color Cylindrical-coordinate representation of color #B2B70F: hue angle of 61.79º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2B70F is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 15 -
CMYK 0.03 0 0.92 0.28
HSL 61.79º 0.85% 0.39% -
HSV(B) 61.79º 0.92% 0.72% -
XYZ 35.38 43.37 6.96 -
YUV 162.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 178 183 15 0.03 0 0.92 0.28 61.79 0.85 0.39
Hex B2 B7 F 3 0 5C 1C 3E 55 27
Octal 262 267 17 3 0 134 34 76 125 47
Binary 10110010 10110111 1111 11 0 1011100 11100 111110 1010101 100111

Color Harmonies of #B2B70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B70F

Black with #B2B70F

Text Example


Text Example

White with #B2B70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B70F; }

 p { color: rgb(178,183,15); }

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

background-color css

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

 a { background-color: rgb(178,183,15); }

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

border-color css

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

 span { border-color: rgb(178,183,15); }

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