Html Css Color HEX #B7CA1C Rio Grande

📋 copy color: '#B7CA1C'

red 183 ◦ green 202 ◦ blue 28

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

Shades of Rio Grande #B7CA1C

Tints of Rio Grande #B7CA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.91%

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 44.31%
G = 48.91%
B = 6.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#B7CA1C (or 0xB7CA1C) is known color: Rio Grande. HEX triplet: B7, CA and 1C. RGB value is (183,202,28). Sum of RGB (Red+Green+Blue) = 183+202+28=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #B7CA1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CA1C is #4835E3. Grayscale: #B1B1B1. Windows color (decimal): -4732388 or 1886903. OLE color: 1886903.

HSL color Cylindrical-coordinate representation of color #B7CA1C: hue angle of 66.55º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7CA1C is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 183 202 28 -
CMYK 0.09 0 0.86 0.21
HSL 66.55º 0.76% 0.45% -
HSV(B) 66.55º 0.86% 0.79% -
XYZ 40.86 52.39 9.06 -
YUV 176.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 183 202 28 0.09 0 0.86 0.21 66.55 0.76 0.45
Hex B7 CA 1C 9 0 56 15 43 4C 2D
Octal 267 312 34 11 0 126 25 103 114 55
Binary 10110111 11001010 11100 1001 0 1010110 10101 1000011 1001100 101101

Color Harmonies of #B7CA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7CA1C

Black with #B7CA1C

Text Example


Text Example

White with #B7CA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7CA1C; }

 p { color: rgb(183,202,28); }

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

background-color css

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

 a { background-color: rgb(183,202,28); }

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

border-color css

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

 span { border-color: rgb(183,202,28); }

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