Html Css Color HEX #B2C827 Rio Grande

📋 copy color: '#B2C827'

red 178 ◦ green 200 ◦ blue 39

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

Shades of Rio Grande #B2C827

Tints of Rio Grande #B2C827

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.96%

 BLUE value IS 39 (15.63% from 255) = 9.35%

R = 42.69%
G = 47.96%
B = 9.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#B2C827 (or 0xB2C827) is known color: Rio Grande. HEX triplet: B2, C8 and 27. RGB value is (178,200,39). Sum of RGB (Red+Green+Blue) = 178+200+39=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 39 (15.62% from 255 or 9.35% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C827 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C827 is #4D37D8. Grayscale: #AFAFAF. Windows color (decimal): -5060569 or 2607282. OLE color: 2607282.

HSL color Cylindrical-coordinate representation of color #B2C827: hue angle of 68.2º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2C827 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 39 -
CMYK 0.11 0 0.80 0.22
HSL 68.2º 0.67% 0.47% -
HSV(B) 68.2º 0.81% 0.78% -
XYZ 39.38 50.92 9.67 -
YUV 175.07 51.21 130.09 -
System Red Green Blue C M Y K H S L
Decimal 178 200 39 0.11 0 0.80 0.22 68.2 0.67 0.47
Hex B2 C8 27 B 0 50 16 44 43 2F
Octal 262 310 47 13 0 120 26 104 103 57
Binary 10110010 11001000 100111 1011 0 1010000 10110 1000100 1000011 101111

Color Harmonies of #B2C827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C827

Black with #B2C827

Text Example


Text Example

White with #B2C827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C827; }

 p { color: rgb(178,200,39); }

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

background-color css

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

 a { background-color: rgb(178,200,39); }

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

border-color css

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

 span { border-color: rgb(178,200,39); }

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