Html Css Color HEX #B2CE1A Rio Grande

📋 copy color: '#B2CE1A'

red 178 ◦ green 206 ◦ blue 26

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

Shades of Rio Grande #B2CE1A

Tints of Rio Grande #B2CE1A

RGB

 RED value IS 178 (69.92% from 255) = 43.41%

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

 BLUE value IS 26 (10.55% from 255) = 6.34%

R = 43.41%
G = 50.24%
B = 6.34%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#B2CE1A (or 0xB2CE1A) is known color: Rio Grande. HEX triplet: B2, CE and 1A. RGB value is (178,206,26). Sum of RGB (Red+Green+Blue) = 178+206+26=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 206 (80.86% from 255 or 50.24% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE1A is #4D31E5. Grayscale: #B1B1B1. Windows color (decimal): -5059046 or 1756850. OLE color: 1756850.

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

Color convert

RGB 178 206 26 -
CMYK 0.14 0 0.87 0.19
HSL 69.33º 0.78% 0.45% -
HSV(B) 69.33º 0.87% 0.81% -
XYZ 40.62 53.68 9.2 -
YUV 177.11 42.72 128.64 -
System Red Green Blue C M Y K H S L
Decimal 178 206 26 0.14 0 0.87 0.19 69.33 0.78 0.45
Hex B2 CE 1A E 0 57 13 45 4E 2D
Octal 262 316 32 16 0 127 23 105 116 55
Binary 10110010 11001110 11010 1110 0 1010111 10011 1000101 1001110 101101

Color Harmonies of #B2CE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE1A

Black with #B2CE1A

Text Example


Text Example

White with #B2CE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE1A; }

 p { color: rgb(178,206,26); }

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

background-color css

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

 a { background-color: rgb(178,206,26); }

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

border-color css

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

 span { border-color: rgb(178,206,26); }

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