Html Css Color HEX #B2CB27 Rio Grande

📋 copy color: '#B2CB27'

red 178 ◦ green 203 ◦ blue 39

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

Shades of Rio Grande #B2CB27

Tints of Rio Grande #B2CB27

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.33%

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

R = 42.38%
G = 48.33%
B = 9.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#B2CB27 (or 0xB2CB27) is known color: Rio Grande. HEX triplet: B2, CB and 27. RGB value is (178,203,39). Sum of RGB (Red+Green+Blue) = 178+203+39=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 39 (15.62% from 255 or 9.29% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #B2CB27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CB27 is #4D34D8. Grayscale: #B1B1B1. Windows color (decimal): -5059801 or 2608050. OLE color: 2608050.

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

Color convert

RGB 178 203 39 -
CMYK 0.12 0 0.81 0.20
HSL 69.15º 0.68% 0.47% -
HSV(B) 69.15º 0.81% 0.8% -
XYZ 40.08 52.32 9.91 -
YUV 176.83 50.22 128.84 -
System Red Green Blue C M Y K H S L
Decimal 178 203 39 0.12 0 0.81 0.20 69.15 0.68 0.47
Hex B2 CB 27 C 0 51 14 45 44 2F
Octal 262 313 47 14 0 121 24 105 104 57
Binary 10110010 11001011 100111 1100 0 1010001 10100 1000101 1000100 101111

Color Harmonies of #B2CB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CB27

Black with #B2CB27

Text Example


Text Example

White with #B2CB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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