Html Css Color HEX #B2CC1C Rio Grande

📋 copy color: '#B2CC1C'

red 178 ◦ green 204 ◦ blue 28

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

Shades of Rio Grande #B2CC1C

Tints of Rio Grande #B2CC1C

RGB

 RED value IS 178 (69.92% from 255) = 43.41%

 GREEN value IS 204 (80.08% from 255) = 49.76%

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

R = 43.41%
G = 49.76%
B = 6.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#B2CC1C (or 0xB2CC1C) is known color: Rio Grande. HEX triplet: B2, CC and 1C. RGB value is (178,204,28). Sum of RGB (Red+Green+Blue) = 178+204+28=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC1C is #4D33E3. Grayscale: #B0B0B0. Windows color (decimal): -5059556 or 1887410. OLE color: 1887410.

HSL color Cylindrical-coordinate representation of color #B2CC1C: hue angle of 68.86º degrees, saturation: 0.76, 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 #B2CC1C is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 28 -
CMYK 0.13 0 0.86 0.2
HSL 68.86º 0.76% 0.45% -
HSV(B) 68.86º 0.86% 0.8% -
XYZ 40.16 52.73 9.16 -
YUV 176.16 44.39 129.31 -
System Red Green Blue C M Y K H S L
Decimal 178 204 28 0.13 0 0.86 0.2 68.86 0.76 0.45
Hex B2 CC 1C D 0 56 14 45 4C 2D
Octal 262 314 34 15 0 126 24 105 114 55
Binary 10110010 11001100 11100 1101 0 1010110 10100 1000101 1001100 101101

Color Harmonies of #B2CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC1C

Black with #B2CC1C

Text Example


Text Example

White with #B2CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC1C; }

 p { color: rgb(178,204,28); }

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

background-color css

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

 a { background-color: rgb(178,204,28); }

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

border-color css

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

 span { border-color: rgb(178,204,28); }

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