Html Css Color HEX #B1CF02 La Rioja

📋 copy color: '#B1CF02'

red 177 ◦ green 207 ◦ blue 2

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

Shades of La Rioja #B1CF02

Tints of La Rioja #B1CF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.52%

R = 45.85%
G = 53.63%
B = 0.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#B1CF02 (or 0xB1CF02) is known color: La Rioja. HEX triplet: B1, CF and 02. RGB value is (177,207,2). Sum of RGB (Red+Green+Blue) = 177+207+2=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CF02 is #4E30FD. Grayscale: #AFAFAF. Windows color (decimal): -5124350 or 184241. OLE color: 184241.

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

Color convert

RGB 177 207 2 -
CMYK 0.14 0 0.99 0.19
HSL 68.78º 0.98% 0.41% -
HSV(B) 68.78º 0.99% 0.81% -
XYZ 40.46 53.98 8.34 -
YUV 174.66 30.56 129.67 -
System Red Green Blue C M Y K H S L
Decimal 177 207 2 0.14 0 0.99 0.19 68.78 0.98 0.41
Hex B1 CF 2 E 0 63 13 45 62 29
Octal 261 317 2 16 0 143 23 105 142 51
Binary 10110001 11001111 10 1110 0 1100011 10011 1000101 1100010 101001

Color Harmonies of #B1CF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CF02

Black with #B1CF02

Text Example


Text Example

White with #B1CF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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