Html Css Color HEX #B7CD1E Rio Grande

📋 copy color: '#B7CD1E'

red 183 ◦ green 205 ◦ blue 30

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

Shades of Rio Grande #B7CD1E

Tints of Rio Grande #B7CD1E

RGB

 RED value IS 183 (71.88% from 255) = 43.78%

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

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 43.78%
G = 49.04%
B = 7.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#B7CD1E (or 0xB7CD1E) is known color: Rio Grande. HEX triplet: B7, CD and 1E. RGB value is (183,205,30). Sum of RGB (Red+Green+Blue) = 183+205+30=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CD1E is #4832E1. Grayscale: #B3B3B3. Windows color (decimal): -4731618 or 2018743. OLE color: 2018743.

HSL color Cylindrical-coordinate representation of color #B7CD1E: hue angle of 67.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7CD1E is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 205 30 -
CMYK 0.11 0 0.85 0.20
HSL 67.54º 0.74% 0.46% -
HSV(B) 67.54º 0.85% 0.8% -
XYZ 41.59 53.82 9.43 -
YUV 178.47 44.21 131.23 -
System Red Green Blue C M Y K H S L
Decimal 183 205 30 0.11 0 0.85 0.20 67.54 0.74 0.46
Hex B7 CD 1E B 0 55 14 44 4A 2E
Octal 267 315 36 13 0 125 24 104 112 56
Binary 10110111 11001101 11110 1011 0 1010101 10100 1000100 1001010 101110

Color Harmonies of #B7CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CD1E

Black with #B7CD1E

Text Example


Text Example

White with #B7CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CD1E; }

 p { color: rgb(183,205,30); }

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

background-color css

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

 a { background-color: rgb(183,205,30); }

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

border-color css

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

 span { border-color: rgb(183,205,30); }

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