Html Css Color HEX #B7CF20 Rio Grande

📋 copy color: '#B7CF20'

red 183 ◦ green 207 ◦ blue 32

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

Shades of Rio Grande #B7CF20

Tints of Rio Grande #B7CF20

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.05%

 BLUE value IS 32 (12.89% from 255) = 7.58%

R = 43.36%
G = 49.05%
B = 7.58%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#B7CF20 (or 0xB7CF20) is known color: Rio Grande. HEX triplet: B7, CF and 20. RGB value is (183,207,32). Sum of RGB (Red+Green+Blue) = 183+207+32=422 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.36% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CF20 is #4830DF. Grayscale: #B4B4B4. Windows color (decimal): -4731104 or 2150327. OLE color: 2150327.

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

Color convert

RGB 183 207 32 -
CMYK 0.12 0 0.85 0.19
HSL 68.23º 0.73% 0.47% -
HSV(B) 68.23º 0.85% 0.81% -
XYZ 42.1 54.8 9.72 -
YUV 179.87 44.55 130.23 -
System Red Green Blue C M Y K H S L
Decimal 183 207 32 0.12 0 0.85 0.19 68.23 0.73 0.47
Hex B7 CF 20 C 0 55 13 44 49 2F
Octal 267 317 40 14 0 125 23 104 111 57
Binary 10110111 11001111 100000 1100 0 1010101 10011 1000100 1001001 101111

Color Harmonies of #B7CF20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF20

Black with #B7CF20

Text Example


Text Example

White with #B7CF20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF20; }

 p { color: rgb(183,207,32); }

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

background-color css

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

 a { background-color: rgb(183,207,32); }

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

border-color css

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

 span { border-color: rgb(183,207,32); }

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