Html Css Color HEX #B7CB1D Rio Grande

📋 copy color: '#B7CB1D'

red 183 ◦ green 203 ◦ blue 29

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

Shades of Rio Grande #B7CB1D

Tints of Rio Grande #B7CB1D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.92%

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

R = 44.1%
G = 48.92%
B = 6.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#B7CB1D (or 0xB7CB1D) is known color: Rio Grande. HEX triplet: B7, CB and 1D. RGB value is (183,203,29). Sum of RGB (Red+Green+Blue) = 183+203+29=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 203 (79.69% from 255 or 48.92% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CB1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CB1D is #4834E2. Grayscale: #B1B1B1. Windows color (decimal): -4732131 or 1952695. OLE color: 1952695.

HSL color Cylindrical-coordinate representation of color #B7CB1D: hue angle of 66.9º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7CB1D is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 203 29 -
CMYK 0.10 0 0.86 0.20
HSL 66.9º 0.75% 0.45% -
HSV(B) 66.9º 0.86% 0.8% -
XYZ 41.11 52.87 9.2 -
YUV 177.18 44.37 132.15 -
System Red Green Blue C M Y K H S L
Decimal 183 203 29 0.10 0 0.86 0.20 66.9 0.75 0.45
Hex B7 CB 1D A 0 56 14 43 4B 2D
Octal 267 313 35 12 0 126 24 103 113 55
Binary 10110111 11001011 11101 1010 0 1010110 10100 1000011 1001011 101101

Color Harmonies of #B7CB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CB1D

Black with #B7CB1D

Text Example


Text Example

White with #B7CB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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