Html Css Color HEX #B2CC1B Rio Grande

📋 copy color: '#B2CC1B'

red 178 ◦ green 204 ◦ blue 27

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

Shades of Rio Grande #B2CC1B

Tints of Rio Grande #B2CC1B

RGB

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

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

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

R = 43.52%
G = 49.88%
B = 6.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#B2CC1B (or 0xB2CC1B) is known color: Rio Grande. HEX triplet: B2, CC and 1B. RGB value is (178,204,27). Sum of RGB (Red+Green+Blue) = 178+204+27=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CC1B is #4D33E4. Grayscale: #B0B0B0. Windows color (decimal): -5059557 or 1821874. OLE color: 1821874.

HSL color Cylindrical-coordinate representation of color #B2CC1B: hue angle of 68.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2CC1B is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 204 27 -
CMYK 0.13 0 0.87 0.2
HSL 68.81º 0.77% 0.45% -
HSV(B) 68.81º 0.87% 0.8% -
XYZ 40.15 52.73 9.1 -
YUV 176.05 43.89 129.39 -
System Red Green Blue C M Y K H S L
Decimal 178 204 27 0.13 0 0.87 0.2 68.81 0.77 0.45
Hex B2 CC 1B D 0 57 14 45 4D 2D
Octal 262 314 33 15 0 127 24 105 115 55
Binary 10110010 11001100 11011 1101 0 1010111 10100 1000101 1001101 101101

Color Harmonies of #B2CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CC1B

Black with #B2CC1B

Text Example


Text Example

White with #B2CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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