Html Css Color HEX #B2CC27 Rio Grande

📋 copy color: '#B2CC27'

red 178 ◦ green 204 ◦ blue 39

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

Shades of Rio Grande #B2CC27

Tints of Rio Grande #B2CC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 48.46%

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

R = 42.28%
G = 48.46%
B = 9.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#B2CC27 (or 0xB2CC27) is known color: Rio Grande. HEX triplet: B2, CC and 27. RGB value is (178,204,39). Sum of RGB (Red+Green+Blue) = 178+204+39=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC27 is #4D33D8. Grayscale: #B2B2B2. Windows color (decimal): -5059545 or 2608306. OLE color: 2608306.

HSL color Cylindrical-coordinate representation of color #B2CC27: hue angle of 69.45º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2CC27 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 39 -
CMYK 0.13 0 0.81 0.2
HSL 69.45º 0.68% 0.48% -
HSV(B) 69.45º 0.81% 0.8% -
XYZ 40.32 52.8 9.99 -
YUV 177.42 49.89 128.42 -
System Red Green Blue C M Y K H S L
Decimal 178 204 39 0.13 0 0.81 0.2 69.45 0.68 0.48
Hex B2 CC 27 D 0 51 14 45 44 30
Octal 262 314 47 15 0 121 24 105 104 60
Binary 10110010 11001100 100111 1101 0 1010001 10100 1000101 1000100 110000

Color Harmonies of #B2CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC27

Black with #B2CC27

Text Example


Text Example

White with #B2CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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