Html Css Color HEX #B4CC26 Rio Grande

📋 copy color: '#B4CC26'

red 180 ◦ green 204 ◦ blue 38

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

Shades of Rio Grande #B4CC26

Tints of Rio Grande #B4CC26

RGB

 RED value IS 180 (70.7% from 255) = 42.65%

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

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

R = 42.65%
G = 48.34%
B = 9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#B4CC26 (or 0xB4CC26) is known color: Rio Grande. HEX triplet: B4, CC and 26. RGB value is (180,204,38). Sum of RGB (Red+Green+Blue) = 180+204+38=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CC26 is #4B33D9. Grayscale: #B2B2B2. Windows color (decimal): -4928474 or 2542772. OLE color: 2542772.

HSL color Cylindrical-coordinate representation of color #B4CC26: hue angle of 68.67º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4CC26 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 38 -
CMYK 0.12 0 0.81 0.2
HSL 68.67º 0.69% 0.47% -
HSV(B) 68.67º 0.81% 0.8% -
XYZ 40.77 53.03 9.92 -
YUV 177.9 49.05 129.5 -
System Red Green Blue C M Y K H S L
Decimal 180 204 38 0.12 0 0.81 0.2 68.67 0.69 0.47
Hex B4 CC 26 C 0 51 14 45 45 2F
Octal 264 314 46 14 0 121 24 105 105 57
Binary 10110100 11001100 100110 1100 0 1010001 10100 1000101 1000101 101111

Color Harmonies of #B4CC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CC26

Black with #B4CC26

Text Example


Text Example

White with #B4CC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CC26; }

 p { color: rgb(180,204,38); }

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

background-color css

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

 a { background-color: rgb(180,204,38); }

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

border-color css

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

 span { border-color: rgb(180,204,38); }

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