Html Css Color HEX #B1CE07 La Rioja

📋 copy color: '#B1CE07'

red 177 ◦ green 206 ◦ blue 7

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

Shades of La Rioja #B1CE07

Tints of La Rioja #B1CE07

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.82%

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 45.38%
G = 52.82%
B = 1.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#B1CE07 (or 0xB1CE07) is known color: La Rioja. HEX triplet: B1, CE and 07. RGB value is (177,206,7). Sum of RGB (Red+Green+Blue) = 177+206+7=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 206 (80.86% from 255 or 52.82% from 390); Blue value is 7 (3.12% from 255 or 1.79% from 390); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CE07 is #4E31F8. Grayscale: #AFAFAF. Windows color (decimal): -5124601 or 511665. OLE color: 511665.

HSL color Cylindrical-coordinate representation of color #B1CE07: hue angle of 68.74º degrees, saturation: 0.93, 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 #B1CE07 is Cyan = 0.14, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 7 -
CMYK 0.14 0 0.97 0.19
HSL 68.74º 0.93% 0.42% -
HSV(B) 68.74º 0.97% 0.81% -
XYZ 40.24 53.51 8.41 -
YUV 174.64 33.39 129.68 -
System Red Green Blue C M Y K H S L
Decimal 177 206 7 0.14 0 0.97 0.19 68.74 0.93 0.42
Hex B1 CE 7 E 0 61 13 45 5D 2A
Octal 261 316 7 16 0 141 23 105 135 52
Binary 10110001 11001110 111 1110 0 1100001 10011 1000101 1011101 101010

Color Harmonies of #B1CE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE07

Black with #B1CE07

Text Example


Text Example

White with #B1CE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE07; }

 p { color: rgb(177,206,7); }

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

background-color css

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

 a { background-color: rgb(177,206,7); }

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

border-color css

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

 span { border-color: rgb(177,206,7); }

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