Html Css Color HEX #B7CF1D Rio Grande

📋 copy color: '#B7CF1D'

red 183 ◦ green 207 ◦ blue 29

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

Shades of Rio Grande #B7CF1D

Tints of Rio Grande #B7CF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.92%

R = 43.68%
G = 49.4%
B = 6.92%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#B7CF1D (or 0xB7CF1D) is known color: Rio Grande. HEX triplet: B7, CF and 1D. RGB value is (183,207,29). Sum of RGB (Red+Green+Blue) = 183+207+29=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 29 (11.72% from 255 or 6.92% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CF1D is #4830E2. Grayscale: #B4B4B4. Windows color (decimal): -4731107 or 1953719. OLE color: 1953719.

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

Color convert

RGB 183 207 29 -
CMYK 0.12 0 0.86 0.19
HSL 68.09º 0.75% 0.46% -
HSV(B) 68.09º 0.86% 0.81% -
XYZ 42.06 54.78 9.52 -
YUV 179.53 43.05 130.47 -
System Red Green Blue C M Y K H S L
Decimal 183 207 29 0.12 0 0.86 0.19 68.09 0.75 0.46
Hex B7 CF 1D C 0 56 13 44 4B 2E
Octal 267 317 35 14 0 126 23 104 113 56
Binary 10110111 11001111 11101 1100 0 1010110 10011 1000100 1001011 101110

Color Harmonies of #B7CF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CF1D

Black with #B7CF1D

Text Example


Text Example

White with #B7CF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CF1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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