Html Css Color HEX #B7CF14 Rio Grande

📋 copy color: '#B7CF14'

red 183 ◦ green 207 ◦ blue 20

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

Shades of Rio Grande #B7CF14

Tints of Rio Grande #B7CF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 44.63%
G = 50.49%
B = 4.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#B7CF14 (or 0xB7CF14) is known color: Rio Grande. HEX triplet: B7, CF and 14. RGB value is (183,207,20). Sum of RGB (Red+Green+Blue) = 183+207+20=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7CF14 is #4830EB. Grayscale: #B3B3B3. Windows color (decimal): -4731116 or 1363895. OLE color: 1363895.

HSL color Cylindrical-coordinate representation of color #B7CF14: hue angle of 67.7º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7CF14 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 207 20 -
CMYK 0.12 0 0.90 0.19
HSL 67.7º 0.82% 0.45% -
HSV(B) 67.7º 0.9% 0.81% -
XYZ 41.97 54.74 9.02 -
YUV 178.51 38.55 131.21 -
System Red Green Blue C M Y K H S L
Decimal 183 207 20 0.12 0 0.90 0.19 67.7 0.82 0.45
Hex B7 CF 14 C 0 5A 13 44 52 2D
Octal 267 317 24 14 0 132 23 104 122 55
Binary 10110111 11001111 10100 1100 0 1011010 10011 1000100 1010010 101101

Color Harmonies of #B7CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF14

Black with #B7CF14

Text Example


Text Example

White with #B7CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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