Html Css Color HEX #C6D21B Rio Grande

📋 copy color: '#C6D21B'

red 198 ◦ green 210 ◦ blue 27

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

Shades of Rio Grande #C6D21B

Tints of Rio Grande #C6D21B

RGB

 RED value IS 198 (77.73% from 255) = 45.52%

 GREEN value IS 210 (82.42% from 255) = 48.28%

 BLUE value IS 27 (10.94% from 255) = 6.21%

R = 45.52%
G = 48.28%
B = 6.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#C6D21B (or 0xC6D21B) is known color: Rio Grande. HEX triplet: C6, D2 and 1B. RGB value is (198,210,27). Sum of RGB (Red+Green+Blue) = 198+210+27=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 27 (10.94% from 255 or 6.21% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D21B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D21B is #392DE4. Grayscale: #BABABA. Windows color (decimal): -3747301 or 1823430. OLE color: 1823430.

HSL color Cylindrical-coordinate representation of color #C6D21B: hue angle of 63.93º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6D21B is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 27 -
CMYK 0.06 0 0.87 0.18
HSL 63.93º 0.77% 0.46% -
HSV(B) 63.93º 0.87% 0.82% -
XYZ 46.53 58.18 9.81 -
YUV 185.55 38.52 136.88 -
System Red Green Blue C M Y K H S L
Decimal 198 210 27 0.06 0 0.87 0.18 63.93 0.77 0.46
Hex C6 D2 1B 6 0 57 12 40 4D 2E
Octal 306 322 33 6 0 127 22 100 115 56
Binary 11000110 11010010 11011 110 0 1010111 10010 1000000 1001101 101110

Color Harmonies of #C6D21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D21B

Black with #C6D21B

Text Example


Text Example

White with #C6D21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D21B; }

 p { color: rgb(198,210,27); }

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

background-color css

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

 a { background-color: rgb(198,210,27); }

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

border-color css

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

 span { border-color: rgb(198,210,27); }

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