Html Css Color HEX #B7CF13 Rio Grande

📋 copy color: '#B7CF13'

red 183 ◦ green 207 ◦ blue 19

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

Shades of Rio Grande #B7CF13

Tints of Rio Grande #B7CF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.65%

R = 44.74%
G = 50.61%
B = 4.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#B7CF13 (or 0xB7CF13) is known color: Rio Grande. HEX triplet: B7, CF and 13. RGB value is (183,207,19). Sum of RGB (Red+Green+Blue) = 183+207+19=409 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.74% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 19 (7.81% from 255 or 4.65% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CF13 is #4830EC. Grayscale: #B3B3B3. Windows color (decimal): -4731117 or 1298359. OLE color: 1298359.

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

Color convert

RGB 183 207 19 -
CMYK 0.12 0 0.91 0.19
HSL 67.66º 0.83% 0.44% -
HSV(B) 67.66º 0.91% 0.81% -
XYZ 41.96 54.74 8.97 -
YUV 178.39 38.05 131.29 -
System Red Green Blue C M Y K H S L
Decimal 183 207 19 0.12 0 0.91 0.19 67.66 0.83 0.44
Hex B7 CF 13 C 0 5B 13 44 53 2C
Octal 267 317 23 14 0 133 23 104 123 54
Binary 10110111 11001111 10011 1100 0 1011011 10011 1000100 1010011 101100

Color Harmonies of #B7CF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF13

Black with #B7CF13

Text Example


Text Example

White with #B7CF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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