Html Css Color HEX #B1CD27 Rio Grande

📋 copy color: '#B1CD27'

red 177 ◦ green 205 ◦ blue 39

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

Shades of Rio Grande #B1CD27

Tints of Rio Grande #B1CD27

RGB

 RED value IS 177 (69.53% from 255) = 42.04%

 GREEN value IS 205 (80.47% from 255) = 48.69%

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

R = 42.04%
G = 48.69%
B = 9.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#B1CD27 (or 0xB1CD27) is known color: Rio Grande. HEX triplet: B1, CD and 27. RGB value is (177,205,39). Sum of RGB (Red+Green+Blue) = 177+205+39=421 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.04% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 39 (15.62% from 255 or 9.26% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CD27 is #4E32D8. Grayscale: #B2B2B2. Windows color (decimal): -5124825 or 2608561. OLE color: 2608561.

HSL color Cylindrical-coordinate representation of color #B1CD27: hue angle of 70.12º 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 #B1CD27 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 39 -
CMYK 0.14 0 0.81 0.20
HSL 70.12º 0.68% 0.48% -
HSV(B) 70.12º 0.81% 0.8% -
XYZ 40.33 53.16 10.05 -
YUV 177.7 49.72 127.5 -
System Red Green Blue C M Y K H S L
Decimal 177 205 39 0.14 0 0.81 0.20 70.12 0.68 0.48
Hex B1 CD 27 E 0 51 14 46 44 30
Octal 261 315 47 16 0 121 24 106 104 60
Binary 10110001 11001101 100111 1110 0 1010001 10100 1000110 1000100 110000

Color Harmonies of #B1CD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD27

Black with #B1CD27

Text Example


Text Example

White with #B1CD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD27; }

 p { color: rgb(177,205,39); }

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

background-color css

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

 a { background-color: rgb(177,205,39); }

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

border-color css

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

 span { border-color: rgb(177,205,39); }

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