Html Css Color HEX #B2B627 Bahia

📋 copy color: '#B2B627'

red 178 ◦ green 182 ◦ blue 39

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

Shades of Bahia #B2B627

Tints of Bahia #B2B627

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.61%

 BLUE value IS 39 (15.63% from 255) = 9.77%

R = 44.61%
G = 45.61%
B = 9.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B2B627 (or 0xB2B627) is known color: Bahia. HEX triplet: B2, B6 and 27. RGB value is (178,182,39). Sum of RGB (Red+Green+Blue) = 178+182+39=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 182 (71.48% from 255 or 45.61% from 399); Blue value is 39 (15.62% from 255 or 9.77% from 399); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B627 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B627 is #4D49D8. Grayscale: #A5A5A5. Windows color (decimal): -5065177 or 2602674. OLE color: 2602674.

HSL color Cylindrical-coordinate representation of color #B2B627: hue angle of 61.68º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2B627 is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 39 -
CMYK 0.02 0 0.79 0.29
HSL 61.68º 0.65% 0.43% -
HSV(B) 61.68º 0.79% 0.71% -
XYZ 35.45 43.07 8.36 -
YUV 164.5 57.17 137.63 -
System Red Green Blue C M Y K H S L
Decimal 178 182 39 0.02 0 0.79 0.29 61.68 0.65 0.43
Hex B2 B6 27 2 0 4F 1D 3E 41 2B
Octal 262 266 47 2 0 117 35 76 101 53
Binary 10110010 10110110 100111 10 0 1001111 11101 111110 1000001 101011

Color Harmonies of #B2B627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B627

Black with #B2B627

Text Example


Text Example

White with #B2B627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B627; }

 p { color: rgb(178,182,39); }

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

background-color css

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

 a { background-color: rgb(178,182,39); }

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

border-color css

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

 span { border-color: rgb(178,182,39); }

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