Html Css Color HEX #B2CE28 Rio Grande

📋 copy color: '#B2CE28'

red 178 ◦ green 206 ◦ blue 40

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

Shades of Rio Grande #B2CE28

Tints of Rio Grande #B2CE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.43%

R = 41.98%
G = 48.58%
B = 9.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#B2CE28 (or 0xB2CE28) is known color: Rio Grande. HEX triplet: B2, CE and 28. RGB value is (178,206,40). Sum of RGB (Red+Green+Blue) = 178+206+40=424 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.98% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 40 (16.02% from 255 or 9.43% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CE28 is #4D31D7. Grayscale: #B3B3B3. Windows color (decimal): -5059032 or 2674354. OLE color: 2674354.

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

Color convert

RGB 178 206 40 -
CMYK 0.14 0 0.81 0.19
HSL 70.12º 0.67% 0.48% -
HSV(B) 70.12º 0.81% 0.81% -
XYZ 40.81 53.76 10.23 -
YUV 178.7 49.72 127.5 -
System Red Green Blue C M Y K H S L
Decimal 178 206 40 0.14 0 0.81 0.19 70.12 0.67 0.48
Hex B2 CE 28 E 0 51 13 46 43 30
Octal 262 316 50 16 0 121 23 106 103 60
Binary 10110010 11001110 101000 1110 0 1010001 10011 1000110 1000011 110000

Color Harmonies of #B2CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CE28

Black with #B2CE28

Text Example


Text Example

White with #B2CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CE28; }

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

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

background-color css

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

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

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

border-color css

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

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

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