Html Css Color HEX #B1CE0A Rio Grande

📋 copy color: '#B1CE0A'

red 177 ◦ green 206 ◦ blue 10

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

Shades of Rio Grande #B1CE0A

Tints of Rio Grande #B1CE0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.54%

R = 45.04%
G = 52.42%
B = 2.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#B1CE0A (or 0xB1CE0A) is known color: Rio Grande. HEX triplet: B1, CE and 0A. RGB value is (177,206,10). Sum of RGB (Red+Green+Blue) = 177+206+10=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 10 (4.30% from 255 or 2.54% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CE0A is #4E31F5. Grayscale: #AFAFAF. Windows color (decimal): -5124598 or 708273. OLE color: 708273.

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

Color convert

RGB 177 206 10 -
CMYK 0.14 0 0.95 0.19
HSL 68.88º 0.91% 0.42% -
HSV(B) 68.88º 0.95% 0.81% -
XYZ 40.26 53.51 8.49 -
YUV 174.99 34.89 129.44 -
System Red Green Blue C M Y K H S L
Decimal 177 206 10 0.14 0 0.95 0.19 68.88 0.91 0.42
Hex B1 CE A E 0 5F 13 45 5B 2A
Octal 261 316 12 16 0 137 23 105 133 52
Binary 10110001 11001110 1010 1110 0 1011111 10011 1000101 1011011 101010

Color Harmonies of #B1CE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE0A

Black with #B1CE0A

Text Example


Text Example

White with #B1CE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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