Html Css Color HEX #B5CF06 La Rioja

📋 copy color: '#B5CF06'

red 181 ◦ green 207 ◦ blue 6

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

Shades of La Rioja #B5CF06

Tints of La Rioja #B5CF06

RGB

 RED value IS 181 (71.09% from 255) = 45.94%

 GREEN value IS 207 (81.25% from 255) = 52.54%

 BLUE value IS 6 (2.73% from 255) = 1.52%

R = 45.94%
G = 52.54%
B = 1.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#B5CF06 (or 0xB5CF06) is known color: La Rioja. HEX triplet: B5, CF and 06. RGB value is (181,207,6). Sum of RGB (Red+Green+Blue) = 181+207+6=394 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.94% from 394); Green value is 207 (81.25% from 255 or 52.54% from 394); Blue value is 6 (2.73% from 255 or 1.52% from 394); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CF06 is #4A30F9. Grayscale: #B1B1B1. Windows color (decimal): -4862202 or 446389. OLE color: 446389.

HSL color Cylindrical-coordinate representation of color #B5CF06: hue angle of 67.76º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5CF06 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 207 6 -
CMYK 0.13 0 0.97 0.19
HSL 67.76º 0.94% 0.42% -
HSV(B) 67.76º 0.97% 0.81% -
XYZ 41.4 54.46 8.5 -
YUV 176.31 31.89 131.34 -
System Red Green Blue C M Y K H S L
Decimal 181 207 6 0.13 0 0.97 0.19 67.76 0.94 0.42
Hex B5 CF 6 D 0 61 13 44 5E 2A
Octal 265 317 6 15 0 141 23 104 136 52
Binary 10110101 11001111 110 1101 0 1100001 10011 1000100 1011110 101010

Color Harmonies of #B5CF06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CF06

Black with #B5CF06

Text Example


Text Example

White with #B5CF06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CF06; }

 p { color: rgb(181,207,6); }

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

background-color css

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

 a { background-color: rgb(181,207,6); }

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

border-color css

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

 span { border-color: rgb(181,207,6); }

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