Html Css Color HEX #B2C826 Rio Grande

📋 copy color: '#B2C826'

red 178 ◦ green 200 ◦ blue 38

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

Shades of Rio Grande #B2C826

Tints of Rio Grande #B2C826

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.08%

 BLUE value IS 38 (15.23% from 255) = 9.13%

R = 42.79%
G = 48.08%
B = 9.13%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#B2C826 (or 0xB2C826) is known color: Rio Grande. HEX triplet: B2, C8 and 26. RGB value is (178,200,38). Sum of RGB (Red+Green+Blue) = 178+200+38=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 38 (15.23% from 255 or 9.13% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #B2C826 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C826 is #4D37D9. Grayscale: #AFAFAF. Windows color (decimal): -5060570 or 2541746. OLE color: 2541746.

HSL color Cylindrical-coordinate representation of color #B2C826: hue angle of 68.15º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2C826 is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 200 38 -
CMYK 0.11 0 0.81 0.22
HSL 68.15º 0.68% 0.47% -
HSV(B) 68.15º 0.81% 0.78% -
XYZ 39.36 50.91 9.59 -
YUV 174.95 50.71 130.17 -
System Red Green Blue C M Y K H S L
Decimal 178 200 38 0.11 0 0.81 0.22 68.15 0.68 0.47
Hex B2 C8 26 B 0 51 16 44 44 2F
Octal 262 310 46 13 0 121 26 104 104 57
Binary 10110010 11001000 100110 1011 0 1010001 10110 1000100 1000100 101111

Color Harmonies of #B2C826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C826

Black with #B2C826

Text Example


Text Example

White with #B2C826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C826; }

 p { color: rgb(178,200,38); }

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

background-color css

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

 a { background-color: rgb(178,200,38); }

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

border-color css

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

 span { border-color: rgb(178,200,38); }

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