Html Css Color HEX #B1CF04 La Rioja

📋 copy color: '#B1CF04'

red 177 ◦ green 207 ◦ blue 4

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

Shades of La Rioja #B1CF04

Tints of La Rioja #B1CF04

RGB

 RED value IS 177 (69.53% from 255) = 45.62%

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 45.62%
G = 53.35%
B = 1.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#B1CF04 (or 0xB1CF04) is known color: La Rioja. HEX triplet: B1, CF and 04. RGB value is (177,207,4). Sum of RGB (Red+Green+Blue) = 177+207+4=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 207 (81.25% from 255 or 53.35% from 388); Blue value is 4 (1.95% from 255 or 1.03% from 388); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CF04 is #4E30FB. Grayscale: #AFAFAF. Windows color (decimal): -5124348 or 315313. OLE color: 315313.

HSL color Cylindrical-coordinate representation of color #B1CF04: hue angle of 68.87º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B1CF04 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 207 4 -
CMYK 0.14 0 0.98 0.19
HSL 68.87º 0.96% 0.41% -
HSV(B) 68.87º 0.98% 0.81% -
XYZ 40.47 53.98 8.4 -
YUV 174.89 31.56 129.51 -
System Red Green Blue C M Y K H S L
Decimal 177 207 4 0.14 0 0.98 0.19 68.87 0.96 0.41
Hex B1 CF 4 E 0 62 13 45 60 29
Octal 261 317 4 16 0 142 23 105 140 51
Binary 10110001 11001111 100 1110 0 1100010 10011 1000101 1100000 101001

Color Harmonies of #B1CF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CF04

Black with #B1CF04

Text Example


Text Example

White with #B1CF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CF04; }

 p { color: rgb(177,207,4); }

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

background-color css

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

 a { background-color: rgb(177,207,4); }

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

border-color css

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

 span { border-color: rgb(177,207,4); }

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